| Package | Description |
|---|---|
| com.atid.lib.reader | |
| com.atid.lib.transport | |
| com.atid.lib.transport.types |
| Modifier and Type | Method and Description |
|---|---|
ConnectType |
ATEAReader.getConnectType()
Returns the instance of ATEAReader associated with device.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectType |
ATransport.getConnectType()
Returns the instance of Transport associated with device.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectType |
ConnectType.valueOf(int code) |
static ConnectType |
ConnectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectType[] |
ConnectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|